StyleDeclarationEdit

data class StyleDeclarationEdit(styleSheetId: StyleSheetId, range: SourceRange, text: String)

A descriptor of operation to mutate style declaration text.

Constructors

StyleDeclarationEdit
Link copied to clipboard
fun StyleDeclarationEdit(styleSheetId: StyleSheetId, range: SourceRange, text: String)

Properties

range
Link copied to clipboard
val range: SourceRange
The range of the style text in the enclosing stylesheet.
styleSheetId
Link copied to clipboard
val styleSheetId: StyleSheetId
The css style sheet identifier.
text
Link copied to clipboard
val text: String
New style text.

Sources

jvm source
Link copied to clipboard